home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
dbg
/
sun3.md
/
dbgRs232.h.not.used
< prev
next >
Wrap
Text File
|
1989-06-30
|
575b
|
30 lines
/*
* dbgRs232.h --
*
* Exported types and procedure headers for the rs232 driver.
*
* Copyright (C) 1985 Regents of the University of California
* All rights reserved.
*
*
* $Header: /sprite/src/kernel/dbg/sun3.md/RCS/dbgRs232.h,v 8.1 89/06/29 22:15:46 rab Exp $ SPRITE (Berkeley)
*/
#ifndef _DBGRS232
#define _DBGRS232
/*
* Which channel to use.
*/
typedef enum {
DBG_RS232_CHANNELA,
DBG_RS232_CHANNELB
} Dbg_Rs232Channel;
extern void DbgRs232Init();
extern char DbgRs232ReadChar();
extern void DbgRs232WriteChar();
#endif /* _DBGRS232 */